Fix the build
authorMatthias Clasen <mclasen@redhat.com>
Fri, 29 Apr 2011 20:50:17 +0000 (16:50 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 29 Apr 2011 20:50:17 +0000 (16:50 -0400)
G_GNUC_FUNCTION is deprecated.

gtk/gtkcolorbutton.c

index 352695d73dfb213040b5d5d79b7a4f51b197a5ae..472efddb6c5b9be83170479d50e2779fbaa69c07 100644 (file)
@@ -369,7 +369,7 @@ gtk_color_button_drag_data_received (GtkWidget        *widget,
    */
   if (length != 8)
     {
-      g_warning ("%s: Received invalid color data", G_GNUC_FUNCTION);
+      g_warning ("%s: Received invalid color data", G_STRFUNC);
       return;
     }